home *** CD-ROM | disk | FTP | other *** search
- WinMem is just a little window to monitor Windows free global memory.
- Each set of messages to it, e.g. by moving the pointer in the WinMem
- window, it compacts memory and reports largest single block free, and
- total free.
-
- Note that WinMem correctly reports the memory actually available to
- the program (up to 100) memory fragments. HeapWalker often seems to
- report 6-8k more than is actually available. Don't know why.
-
- If "Er" appears in the window, discontinue using WinMem, as some
- allocation or deallocation error has occurred. Or a program limit has
- been exceeded, such as fragmentation beyond 100 non-contiguous locked
- blocks.
-
- Simple but handy for multi-tasking checkouts, along with Shaker of
- course.